Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoPolyhedralSurface Class / GeoPolyhedralSurface Constructor / GeoPolyhedralSurface Constructor(GeoGeometryType,IEnumerable<GeoPolygon>)
The type.
The polygons.

In This Topic
    GeoPolyhedralSurface Constructor(GeoGeometryType,IEnumerable<GeoPolygon>)
    In This Topic
    Initializes a new instance of the GeoPolyhedralSurface class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As GeoGeometryType, _
       ByVal polygons As IEnumerable(Of GeoPolygon) _
    )
    public GeoPolyhedralSurface( 
       GeoGeometryType type,
       IEnumerable<GeoPolygon> polygons
    )

    Parameters

    type
    The type.
    polygons
    The polygons.
    See Also